home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 October / tst.iso / multimed / IDN / web / lemonruski / template.swf / scripts / DefineButton2_1038 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  1999-09-02  |  134 b   |  9 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("transition to nightclub");
  5.       play();
  6.    }
  7.    unloadMovieNum(2);
  8. }
  9.